func runtime.funcspdelta
5 uses
runtime (current package)
preempt.go#L388: if (GOARCH == "mips" || GOARCH == "mipsle" || GOARCH == "mips64" || GOARCH == "mips64le") && lr == pc+8 && funcspdelta(f, pc, nil) == 0 {
symtab.go#L993: func funcspdelta(f funcInfo, targetpc uintptr, cache *pcvalueCache) int32 {
traceback.go#L310: if usesLR && funcspdelta(f, frame.pc, &u.cache) == 0 {
traceback.go#L328: frame.fp = frame.sp + uintptr(funcspdelta(f, frame.pc, &u.cache))
traceback.go#L513: } else if funcspdelta(f, frame.pc, &u.cache) == 0 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |